report view
10 Topicsreport data is not visible
I have created and share the report but end user is not able to see the data. there is no RLS implemented. user have read access to workspace,lakehouse,sql end point,semantic model and report Large semantic model format:yes model lineage: lkh->semantic model->report Underlying Error: Missing_References Activity ID: cdb86897-5cc9-444c-9e0b-70a86cbce09c Correlation ID: 760f05d0-7eb4-e805-cfac-4ce83e7301a7 Request ID: 319ee4a9-fee8-4d82-4186-c08c69663697 Time: Fri Feb 20 2026 08:52:12 GMT+0400 (Gulf Standard Time) Service version: 13.0.27650.51 Client version: 2602.1.27898-train3.9KViews0likes6CommentsTruncated Folder/Report Titles
Hello! I have a pesky issue that I'm wondering if this community can help me solve. I have a few folder and report titles that are being slightly truncated within the default web server view in my browser (see image below for an example). If I make the folder/title name longer by adding additional text, the title nicely wraps to a second line, allowing for visibility of the title in its entirety. However, I would prefer for these particular folder/report names to stay as they are. I've tried adding extra spaces to the end of the title text as well as adding non-breaking spaces (ASCII CODE 255) and it doesn't help; the title still stays truncated and on one line. I don't think it is possible to adjust the width of my boxes for this purpose either; is it? I would be most grateful for any tips or tricks this community may have to share! Thank you.Solved2.7KViews0likes6CommentsCreate working for Transactions (Please Help)
Dear team, I want your help. I have an idea but I don't know how to created. My main idea is the user use the filter with slicer but when choose what he want, to have the option to receive all these transactions not a summary. Do you know how can I create this working ?395Views0likes0CommentsTrying to print report data via Ctrl+P prints out initial page of table and the rest blank pages
I have to manually print every page from this one specific report. When I get to print by ctrl+p it will let me print the first page. When I go to print page #2 it has nothing on the preview. I end up printing 21 pages of nothing.1KViews0likes3Commentslicense package for Users who can see reports and license package for capacity
Can Someone help me with it ? I try to avoide misunderstanding about Lisence cost. If I use Power BI Server (not cloud) and I want to share my dashbords to unlimited users and if i want to have big capacity, What kind of Premium license Do I need ? per user or per capacity. May be this is a dumb question . however I need answer if anyone has already experince with it . Thank you again.Solved711Views0likes1CommentDAX Calculations for representation of percentage change from the previous day
Hello experts! I am still learning Power Bi and a beginner. I am trying to track daily performance of all the stores. Please help me in finding the percentage change from the max date to a day before max date for each store. Here the "Daily Input" is constant, rarely changes and "Outputs" values varies daily with new dates updated. A sample raw data with calculations and expected outputs are available in the link https://docs.google.com/spreadsheets/d/1Fi5d1TV3sV-4QZzjEggFDChg7n11cgaciVknF76GYwk/edit#gid=709207873 Output: Formulae used: Thank you for your support and efforts in advance!!Solved834Views0likes2CommentsHow to launch a report from a dashboard
FYI I am new to this! I have a dashboard (powerbi embedded) that I want to add a report to. What I would like is for the user to be able to slice and dice the dashboard as needed, then have an 'Export' button on the dashboard that will pop-up a window that shows the associated report filtered to the user's selection. From there, the user can save the data as XLSX. I see there is a report widget, which looks like it will handle most of the above just fine, however I do not want it taking up my screen real estate all the time. Ideally the report widget would be hidden and then an export button would unhide it, and then it would hide again when the user clicks away, but I don't see that type of hide/unhide control available. Curious to see what my option are or how others launch reports from dashboards? Thanks for any ideas!!664Views0likes1CommentMeasure in a measure skips row context in report view
Hi Community, I've run into a problem with DAX. Usually I find my answer on this community as millions probably have asked the same question but I can't find it. Maybe becasue I don't use the right keywords. In any case, I would be very grateful if you could help me. I'm trying to rebuild a power BI forecast with measures instead of calculated columns as that file became way too big in terms of file size. I have a dynamic measure ([BL1 Unfunded Old Contracts]) that currently outputs 0,9339 and I want to use that measure in a new measure (Disbursements Next Quarter BL1). This new measure is related to a date table. If I use the dynamic measure to calculate the new measure it gives me output on a total level but doesn't output the row context I want to see in my Report view. Is there any way I can use this measure in my new measure without adding columns or hard coding the output? Unfortunately I can't share my data as it's my companies data. If necessary I can make dummy data but I figured this question might not require actual data. DAX formula: Disbursements Next Quarter BL1 = VAR _NQ = SELECTEDVALUE( 'Datumtabel'[rYearQuarter] ) VAR Unfunded = [BL1 Unfunded Old Contracts] RETURN CALCULATE( SUMX(Contracttbl;Contracttbl[Commitment left EURO])*Unfunded; ALL( 'Datumtabel' ); 'Contracttbl'[Business line]="Support to early stage finance activities"; TREATAS( { _NQ + 1 }; 'Datumtabel'[rYearQuarter]) ) Result in report view: SCBD Number Disbursements Next Quarter BL1 Total 381.709,52 This is correct for the total amount, however I want it to show different SCBD number rows. DAX only gives me different rows in the report view when I write this: DAX: Disbursements Next Quarter BL1 = VAR _NQ = SELECTEDVALUE( 'Datumtabel'[rYearQuarter] ) VAR Unfunded = 0,9339 RETURN CALCULATE( SUMX(Contracttbl;Contracttbl[Commitment left EURO])*Unfunded; ALL( 'Datumtabel' ); 'Contracttbl'[Business line]="Support to early stage finance activities"; TREATAS( { _NQ + 1 }; 'Datumtabel'[rYearQuarter]) ) Result in report view: SCBD Number Disbursements Next Quarter BL1 SCBD-1018-01 58.275,36 SCBD-1020-01 74.326,85 SCBD-1020-02 0,00 SCBD-1021-01 249.163,88 Total 381.709,52Solved1.8KViews0likes3Comments