Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hi All,
I am trying to desing a waterfal report but I come a cross a few chanelnges,
a list of category ( or axis comes from a table) , I have created a measure for each bar, I have a master measure that I am matching them with list of category from category table, how ever I still cant get the chart to flow correctly,
has anyone done something like this or similar to advice ?
thanks
@Anonymous,
The requirement is not very clear. You may check if the following post helps.
Thanks for the link , it is an interesting solution but not what I am looking for
I have a dataset in powerBI report that I created number of measures ie Total, Spend, Sales, Customer, EndDateSale, Demand
There is also a table that lists below for ordering the measure on the chart
The chart should look something like this ;
| ||||||||||||||||
| ||||||||||||||||
| ||||||||||||||||
| ||||||||||||||||
| ||||||||||||||||
| ||||||||||||||||
| ||||||||||||||||
|
This is a sample scenario I have created
What I have so far is two master measure that one should show the chart value
T Bar =
VAR Total = [Total]
VAR Spend = [Spend]
etc
Return IF ( ListTable[list]),
Switch (
Values ( ListTable[list]),
“Total”,Total,
“Spend”,spend,
Etc
), Blank()
B Bar =
VAR Total = [Total]
VAR Spend = [Spend]
etc
Return IF ( ListTable[list]),
Switch (
Values ( ListTable[list]),
“Total”,Total,
“Spend”,spend,
Etc
), Blank()
But the chart not working as I expect,
Hope this make it more clearer
Thanks
anyone?
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 46 | |
| 43 | |
| 39 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 68 | |
| 68 | |
| 31 | |
| 27 | |
| 24 |