The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I had the following function as a measure which worked successfully as a visual in grouping the failure ratio by the manufacturer name. I want to essentially recreate the visual as a full Power BI table that can be accessed by other tables.
Solved! Go to Solution.
@Anonymous
So maybe there is a way to do this that I am not aware of.
However, I do not believe you can create Calculated Columns based on slicer values (e.g. SELECTEDVALUE).
This is because Calculated Column data only refreshes when the dataset is reloaded.
Calculated Column data cannot be altered in between dataset refresh; for instance, when a selected slicer value is changing.
You can definitely add the calculated column to your new table, but it will not refresh on slicer selection.
The only way to have calculation values change on the fly with selection values is by using measures.
Regards,
Nathan
@Anonymous
So maybe there is a way to do this that I am not aware of.
However, I do not believe you can create Calculated Columns based on slicer values (e.g. SELECTEDVALUE).
This is because Calculated Column data only refreshes when the dataset is reloaded.
Calculated Column data cannot be altered in between dataset refresh; for instance, when a selected slicer value is changing.
You can definitely add the calculated column to your new table, but it will not refresh on slicer selection.
The only way to have calculation values change on the fly with selection values is by using measures.
Regards,
Nathan
User | Count |
---|---|
28 | |
11 | |
8 | |
6 | |
5 |
User | Count |
---|---|
35 | |
14 | |
12 | |
9 | |
7 |