Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom Rows Hide #218

Closed
vasathi74 opened this issue Jul 26, 2021 · 15 comments
Closed

Custom Rows Hide #218

vasathi74 opened this issue Jul 26, 2021 · 15 comments

Comments

@vasathi74
Copy link

Team

I have specific issue when i apply the Slicer to filter specific department or location .etc....

Before applying filter my reports are showing perfect. But when i apply the filters department or location, then my custom calculation rows are not visible and total also not correct

Before applying filter
image

After applied filter - Sample 1

image

Sample 2
image

Please support me on this and how to fix it.

i'm using latest version (5.0.2)

Kumar

@toresenneseth
Copy link
Contributor

I guess the problem is that you are filtering out the rows that the custom rows was added relative to (before or after). This means that the "anchor" rows for the custom subtotal rows are missing from the data set returned from Power BI, so we do not know where to insert the custom rows.

What we usually do in these cases, is to set up a fixed format for the report using the JSON format and then enable the Hide empty rows function. Note that feature is in the Premium tier.

image

@AndersAano Please correct me on this if I'm wrong?

@vasathi74
Copy link
Author

Dear Anders

This is feature is available in premium or premium + ?

Please Could you send me the details of this premium features. So that i can explain to our clients.

@AndersAano
Copy link
Contributor

Hi,

You should be able to use the feature Tore is showing, and turning "Always show custom rows" ON.

It's a premium feature available in both Premium and Premium+.

The details on that feature can be found here: https://github.com/Profitbase/PowerBI-visuals-FinancialReportingMatrix/wiki/Hide-empty-rows

By clicking the features listed under Premium, you will be sent to the related Wiki-page with info about that feature.

-Anders
https://www.profitbase.com/powerbi/#tab2_block

@vasathi74
Copy link
Author

vasathi74 commented Aug 5, 2021

addtionally, this is named license or concurrent ?

We are 30 users are using the reports but not at the same time.

@vasathi74
Copy link
Author

I just read the comments,

In premium version also carry watermarks while exporting into PDF?

then what is the use of buying this premium. Client's will not accept it

@toresenneseth
Copy link
Contributor

Hi,

The watermark goes away when you have entered the license key. Also, there will be no watermark in the exported PDF or PPTX.

@vasathi74
Copy link
Author

How many license is required to buy,

@toresenneseth
Copy link
Contributor

The number of licenses is based on named users, not concurrent users.

@hakiow
Copy link

hakiow commented Nov 24, 2023

I have a much identical issue, but it isn't solved with the "Hide empty row"-option ON and "Always show custom rows" ON.
When selecting different "Unit"-filteres, some of my add rows/calculatoin rows will disappear. But actually, toggling the "Always show custom rows" switch will show/hide some of the empty rows, but not the calculations row that I desperately need!

Been fiddling around for hours, also recreating from scratch - no luck. Please advise!

With no filters, and all data shown, this is my structure:
image
The FIXED ASSETS are added as "Add row after" the Production Tools item, which is not always visible when filtering Units.

Here selecting on specific Unit (all is OK):
image

Here selecting another specific Unit (Not OK - missing calculation row "FIXED ASSETS"):
image

This is my settings on the hide-options:
image

I've read the doco at https://github.com/Profitbase/PowerBI-visuals-FinancialReportingMatrix/wiki/Hide-empty-rows at few times, and from what I understand this SHOULD work. The Custom added calculation rows should be kept, even when the data-rows it have been placed after/before is not present due to filtering:

To work around this issue, you can turn on "Show items with no data" for the field(s) in the Rows bucket so they are loaded from the data model, and then enable the Hide empty rows feature in the visual. This will hide the rows from the data model that is empty, but custom subtotal rows added relative to them will still appear.

@hakiow
Copy link

hakiow commented Nov 24, 2023

@toresenneseth @AndersAano any input here would be much appreciated, thanks.

@AndersAano
Copy link
Contributor

Hi @hakiow ,

Try to put "RowLevel()>0" in the conditions field.

-Anders

@hakiow
Copy link

hakiow commented Nov 24, 2023

Hi @hakiow ,

Try to put "RowLevel()>0" in the conditions field.

-Anders

Yeah, I've been trying various of those Conditions but without luck.
Just tried your suggestion, with "Always show custom rows" both On and Off - no luck:

image image

I'm happy to do a short Teams or the like, if you got something we could try

@hakiow
Copy link

hakiow commented Nov 27, 2023

Any input on this one @AndersAano or @toresenneseth would be much appreciated.

@AndersAano
Copy link
Contributor

Hi @hakiow
The fields you use on your rows, is that part of your fact table? Same table as the field you use for your values?

-Anders

@hakiow
Copy link

hakiow commented Nov 28, 2023

Hi @hakiow The fields you use on your rows, is that part of your fact table? Same table as the field you use for your values?

-Anders

No.
My 4 field rows comes from a Account-dimension, and the values/measures comes from a Fact-dimension.
-Kim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants