Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi All,
I am facing difficulty in creating a dashboard. Can anyone help me? Sample File here->https://github.com/ssijbabu/PowerBI
Please find the sample data below.
Application | Division | Month | Request | Incident |
App1 | Div1 | 12/01/2018 | 5 | 3 |
App2 | Div1 | 12/01/2018 | 3 | 7 |
App3 | Div2 | 12/01/2018 | 8 | 2 |
App1 | Div1 | 01/01/2019 | 3 | 7 |
App2 | Div1 | 01/01/2019 | 5 | 2 |
App3 | Div2 | 01/01/2019 | 8 | 9 |
App1 | Div1 | 02/01/2019 | 2 | 3 |
App2 | Div1 | 02/01/2019 | 8 | 5 |
App3 | Div2 | 02/01/2019 | 5 | 2 |
App1 | Div1 | 03/01/2019 | 2 | 8 |
App2 | Div1 | 03/01/2019 | 8 | 4 |
App3 | Div2 | 03/01/2019 | 3 | 9 |
App1 | Div1 | 04/01/2019 | 9 | 6 |
App2 | Div1 | 04/01/2019 | 3 | 7 |
App3 | Div2 | 04/01/2019 | 6 | 3 |
I am trying to create the following measures
1) Total Tickets - Request + Incident -> Created while loading the Data
2) Last 3 months Total Tickets Avg -> this should be dynamic based on user month selection
3) App Classification -> Calculated based on 3 months avg, if the number fall between 0-5 -Small, 6-10 -Medium, 10-20 -Large.
4) App Cost -> Same as Application classification, if the number fall between 0-5 - $1000, 6-10 -$5000, >10 -$20000.
I am facing problem with 3rd and 4th measure.
I created measure using SWITCH statement, i am getting wrong number in total.
For 3rd measure, no total should be dispalyed. For 4th measure, its not calculating the sum of rows,
So i tried to implement the same in calculated column, but receiving circular dependency error.
Can some one help me how to implement it.
Regards
Sujay
I found a good thread which addresses the exact problem:
https://community.powerbi.com/t5/Desktop/Incorrect-Measure-Total/m-p/454679#M210659
BTW this post probably belongs in the Desktop forum, this forum appears to be for extensions.
You could turn off the totals from the table visual and use cards to display the summary information.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
6 | |
6 | |
3 | |
2 | |
2 |
User | Count |
---|---|
6 | |
5 | |
4 | |
4 | |
3 |